@f{ansi}

Displays an ANSI- or UNICODE character.

@f{ansi(nAnsiCharCode)}

Parameters

nAnsiCharCode

Is the character code of the ANSI- or Unicode character. For Unicode, make sure that the character is included in the font. Almost all characters are included in the “Arial Unicode MS” font.

Comment

Character codes (ANSI):

../../_images/ANSI.png

Example

@f{ansi(169)}:

Output:

Displays a copyright symbol.

id-1279900